home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / tools / nurbs / n3spiral.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  853 b   |  35 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/tools/nurbs/n3spiral.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/iagad/n3intact.js")
  7. var R3CLID_NUMSPIRALGADGET = 1791;
  8.  
  9. R3NUMSPIRALGADM_SPIN = 1791000;
  10.  
  11. function _R3NUMSPIRALGADM_SPIN() {
  12.   return this.r3Do(R3NUMSPIRALGADM_SPIN, arguments);
  13. }
  14.  
  15.  
  16. R3NUMSPIRALGADM_DEPTH = 1791001;
  17.  
  18. function _R3NUMSPIRALGADM_DEPTH() {
  19.   return this.r3Do(R3NUMSPIRALGADM_DEPTH, arguments);
  20. }
  21.  
  22. function r3Numspiralgadget () { 
  23.    this.base = r3God;
  24.    if(arguments.length) {
  25.       this.base(R3CLID_NUMSPIRALGADGET, arguments);
  26.    }
  27.    // Methods
  28.    this.SPIN=_R3NUMSPIRALGADM_SPIN;
  29.    this.DEPTH=_R3NUMSPIRALGADM_DEPTH;
  30.  
  31.    // Attributes
  32. }
  33.  
  34. r3Numspiralgadget.prototype=new r3Numinteractorgadget;
  35. // inc/plugins/tools/nurbs/n3spiral.h_H